(tls-program): Doc fix.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 17 Mar 2007 21:05:03 +0000 (21:05 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 17 Mar 2007 21:05:03 +0000 (21:05 +0000)
lisp/net/tls.el

index 3a9f19c819ca7667491825c360158304d2c04601..3b6f0ac44be89afa42aef590ddc6b837af0764cb 100644 (file)
@@ -60,7 +60,7 @@
                         "openssl s_client -connect %h:%p -no_ssl2")
   "List of strings containing commands to start TLS stream to a host.
 Each entry in the list is tried until a connection is successful.
-%s is replaced with server hostname, %p with port to connect to.
+%h is replaced with server hostname, %p with port to connect to.
 The program should read input on stdin and write output to
 stdout.  Also see `tls-success' for what the program should output
 after successful negotiation."